home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 January / Electronic Clipper 1998-01.iso / Idea Source® / Main.Dir / 00011_Script_eggs < prev    next >
Text File  |  1997-11-21  |  185b  |  11 lines

  1. on exitFrame
  2.   go the frame
  3. end  
  4.  
  5. on keyDown
  6.   if the keypressed=ENTER then puppetsound (4) "grove"
  7.   if the keypressed=RETURN then puppetsound (4) "garble"  
  8. end keyDown 
  9.  
  10.  
  11.